/*首页*/
* {
    margin: 0;
    padding: 0;

}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo,
    "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #37474f;
    text-shadow: rgba(0, 0, 0, .15) 0 0 1px;
}

a:hover {
    text-decoration: none;
}

.fr {
    float: right;
}

img {
    vertical-align: middle;
}

.margin-top-60 {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .margin-top-60 {
        margin-top: 110px;
    }
}

body {
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
}

.vertical-align-middle {
    vertical-align: middle;
}

.navbar {
    background-color: #ffffff;
    min-height: 60px;

}

.navbar-default .navbar-nav > .active > a:hover {
    color: #305dc3;
}

.navbar-default .navbar-nav > li > a {
    color: #333333;
}

.navbar-brand {
    height: 60px;
    margin: 0px;
    padding: 5px 0px 0px 0px;
}

.navbar-collapse {
    padding-right: 0px;
    min-height: 60px;

}

.navbar-default .navbar-brand
.navbar-right {
    margin-right: -30px;
}

.navbar-nav {
    padding-top: 5px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    color: #305dc3;
    background-color: #ffffff;
}

.dropdown-menu {
    overflow: hidden;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #305dc3;
}

.nav > li:hover .dropdown-menu {
    display: block;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
}

.dropdown-menu > li > a:hover {
    color: #305dc3;
}

/*首页幻灯*/
.bannner {
    margin-top: 61px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-caption {
    display: table;
    top: 35%
}

@media (max-width: 768px) {
    .carousel-caption {
        top: 35%
    }

}

.carousel-caption h3 {
    margin: 0;
    font-size: 55px;
    font-weight: 600;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    color: #ffffff;
    font-family: '微软雅黑';
}

.carousel-caption p {
    font-size: 55px;
    margin: 20px 0px 0px;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    font-family: '微软雅黑';
}

.carousel-indicators li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #362f2f;
    border-radius: 6px;
    border: none;
}

.carousel-caption {
    left: 10%
}

.carousel-indicators .active {
    width: 6px;
    height: 6px;
    margin-left: 10px;
    background-color: black;
}

@media (max-width: 991px) {
    .carousel-caption h3 {
        font-size: 32px;
        font-weight: 400;
    }

    .carousel-caption p {
        font-size: 32px;
    }
}

@media (max-width: 768px) {

    .carousel-caption h3 {
        font-size: 20px;
        font-weight: 400;
    }

    .carousel-caption p {
        font-size: 20px;
    }
}

@media (max-width: 479px ) {
    .carousel-caption h3 {
        font-size: 16px;
        font-weight: 400;
    }

    .carousel-caption p {
        font-size: 16px;
    }

}

@media (max-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        top: 65%
    }

}

/*核心竞争力*/
.advantage {
    padding: 50px 0;
    text-align: center;
    overflow: hidden;
}

.advantage h2 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
}

@media (max-width: 768px) {
    .advantage h4 {
        font-size: 16px;
    }
}

.advantage p {
    font-size: 16px;
    font-weight: 300;
    color: #5e7387;
    margin: 0px auto;
}

@media (max-width: 768px) {
    .advantage p {
        font-size: 14px;
    }
}

.advantage ul {
    margin: 0px auto;
    padding: 0px;
}

.advantage .list-unstyled li {
    margin: 50px 0px 0px 0px;
    display: block;

}

.advantage .list-unstyled li i {
    height: 120px;
    width: 120px;
    border-radius: 100%;
    background: #ffffff;
    color: #305dc3;
    font-size: 50px;
    text-align: center;
    line-height: 120px;
    border: 1px solid #bdc3c7;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.advantage .list-unstyled li i:hover {
    -webkit-transform: translate(0px, -10px);
    -moz-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    transform: translate3d(0px, -5px, 0);
    background-color: #305dc3;
    color: #ffffff;
}

@media (max-width: 767px) {
    .advantage h2 {
        font-size: 28px;
    }

    .advantage .container p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .advantage .list-unstyled li i {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 40px;
    }

    .advantage .list-unstyled li {
        margin: 20px 0px;
    }

    .advantage {
        padding: 35px 0px;
    }
}

/*首页产品中心*/
.product {
    padding: 50px 0 0 0;
    background-color: #F5F5F5;
    overflow: hidden;
}

.product .container {
    padding-right: 0px;
    padding-left: 0px;
}

.product h2 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
}

.product p {
    font-size: 16px;
    font-weight: 300;
    color: #5e7387;
}

.product .product-tab ul {
    margin: 30px auto;
    border-bottom: none;
    padding: 0 5px;
}

.product .product-tab li {
    display: inline-block;
    float: none;
    white-space: nowrap;
}

.product .product-tab ul li.active a {
    background-color: #305DC3;
    color: #ffffff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
}

.nav-tabs > li > a {
    border-radius: 0px 0px 0px 0px;
}

.nav-tabs li {
    background-color: #ffffff;
}

.nav-tabs li a:hover {
    background-color: #ffffff;

}

.product .tab-content li {
    float: left;
    display: block;
}

.product .tab-content .thumbnail {
    border-bottom: 1px solid #dddddd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.product .tab-content .thumbnail caption {
    color: #37474f;
}

.tab-content ul li {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.tab-content ul li h4 {
    font-size: 16px;
    margin-top: 0px;
}

@media (max-width: 768px) {
    .tab-content ul li h4 {
        font-size: 12px;
    }
}

.tab-content a {
    /*display: block;*/
    width: 100%;
    height: 100%;
    color: #37474f;
}

.tab-content a:hover {
    color: #305DC3;
}

.tab-content .thumbnail {
    position: relative;
    top: 0;
    transition: all 0.3s ease-in-out;
}

.tab-content .thumbnail:hover {
    -webkit-box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    -moz-box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    -ms-box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    -o-box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    top: -5px;

}

@media (max-width: 768px) {
    .product h2 {
        font-size: 28px;
    }

    .product p {
        font-size: 14px;
    }

}

/*首页视频*/
.video {
    padding: 160px 0px;
    background-image: url("../images/video-bg.jpg");
    background-repeat: repeat-x;
}

.video .btn {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.video .btn i {
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 28%;
    left: 35%;
}

.video .btn:hover {
    background-color: black;
    border: 2px solid #000000;
}

.video h4 {
    margin-top: 30px;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 2px;
    word-spacing: 2px;
    color: #ffffff;
}

.video .line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #04befc;
}

.video p {
    margin-top: 20px;
    color: #ffffff;
}

@media (max-width: 768px) {
    .video h4 {
        font-size: 18px;
    }

    .video p {
        font-size: 14px;
    }

}

/*首页新闻*/
.news {
    padding: 50px 0px 30px 0px;
    overflow: hidden;
}

.news h2 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0;
}

.news p {
    font-size: 16px;
    font-weight: 300;
    color: #5e7387;
}

.news .newsitem ul li {
    border-bottom: dashed 1px #dddddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
    float: left;
    padding: 20px 0;
    overflow: hidden;
}

.news .newsitem a {
    color: #333;
    text-decoration: none;
}

.news .newsitem {
    float: left;
}

.news .news-content {
    position: relative;
    z-index: 5;
}

.news .news-content .news-span2 {
    display: inline-block;
    float: right;
}

.news-content .news-span1 {
    float: left;
    display: inline-block;
}

.news-content .news-span2 {
    float: right;
}

.news-content .news-span1 {
    border-right: 1px solid #eeeeee;
    padding: 6px 0;
    text-align: center;
}

.news-content .news-span1 .news-time {
    color: #666666;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 768px) {
    .news-content .news-span1 .news-time {
        font-size: 14px;
    }
}

.news .news-span1 .news-time-year {
    color: #666666;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news-span2 .news-action {
    padding: 0px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .news-span2 .news-action {
        padding: 0;
    }
}

.news-span2 .news-action .news-title {
    font-size: 18px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 24px;
}

@media (max-width: 768px) {
    .news-span2 .news-action .news-title {
        font-size: 16px;
    }
}

.news-span2 .news-action .news-des {
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 24px;
}

.news .newsitem ul li:after {
    content: "";
    background-color: #305DC3;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 0;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news .newsitem ul li:hover:after {
    width: 100%;

}

.newsitem ul li:hover .news-title, .newsitem ul li:hover .news-des, .newsitem ul li:hover .news-time, .newsitem ul li:hover .news-time-year {
    color: #fff;
}

@media (max-width: 768px) {
    .news h2 {
        font-size: 28px;
    }

    .news p {
        font-size: 14px;
    }

    .news .newsitem {
        padding: 0;
    }

    .news .newsitem ul li {
        padding-left: 0;
        padding-right: 0;
    }
}

/*首页合作伙伴*/
.partner {
    background-color: #f5f5f5;
    padding: 30px 0px;
}

.partner h2 {
    font-size: 36px;
    font-weight: 300;

}

.partner p {
    font-size: 16px;
    font-weight: 300;
    color: #5e7387;
}

.partner .a {
    height: 72px;
    overflow: hidden;

}

.partner .a ul li {
    float: left;

}

.partner .container .row {
    overflow: hidden;
}

.scroll_horizontal {
    position: relative;
    width: auto;
    height: 120px;
    padding: 10px;
}

.scroll_horizontal .box {
    overflow: hidden;
    position: relative;
    width: 1164px;
    height: 70px;
    margin: 0 auto;
}

.scroll_horizontal .list {
    overflow: hidden;
    width: 9999px;
}

.scroll_horizontal .list li {
    float: left;
    width: 194px;
    border: 1px solid #e4e4e4;
    background-color: #ffffff;
    padding: 10px;

}

.scroll_horizontal .list li img {
    height: 50px;
    display: inline-block;
}

@media (max-width: 768px) {
    .partner h2 {
        font-size: 28px;
    }

    .partner p {
        font-size: 14px;
    }

}

/*首页底部*/
footer {
    background-color: #32373c;
    padding: 40px 0;
    color: #ffffff;
    overflow: hidden;
}

footer h4 {
    font-size: 18px;
    color: #dadadada;
    margin-top: 0;
}

@media all {
    footer h4 {
        color: #dadada;
    }
}

footer ul {
    margin-bottom: 20px;
}

footer ul li {
    margin-bottom: 3px;
}

footer ul a {
    color: #e4f1fe;
}

footer ul a:hover {
    color: #305dc3;
    text-decoration: none;
}

footer .tel {
    font-size: 22px;
    color: #E4F1FE;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

footer i {
    display: inline-block;
}

footer p {
    color: #dadada;
}

footer .tel:hover {
    color: #305DC3;
}

footer .text-right {
    font-size: 18px;
    color: #e4f1fe;
}

footer .ico li {
    float: left;
    display: inline-block;
}

footer .ico li a {
    font-size: 22px;
}

footer .weixin a {
    position: relative;
}

footer .weixin a:after {
    content: url("../images/weixin.jpg");
    position: absolute;
    top: -120px;
    z-index: 10;
    right: -50px;
    widows: 120px;
    height: 120px;
    border: 1px solid #305dc3;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

footer .weixin a:hover::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

footer .weixin i {
    color: #83b944;
}

footer .weibo i {
    color: #f96868;
}

.index-foot {
    background: #282d32;
    padding: 20px 0;
}

.index-foot {
    color: #E4F1FE;
}

.index-foot ul li {
    display: inline-block;
    margin-left: 5px;
}

.index-foot a {
    color: #E4F1FE;
}

.index-foot a:hover {
    color: #305dc3;
    text-decoration: none;
}

/*产品列表页*/
.product-nav {
    border-color: #f0f2f5;
}

.product-nav ul {
    padding: 10px 0;
    margin-bottom: 0px;
}

.product-nav ul li {
    display: inline-block;
    vertical-align: top;
}

.product-nav ul li a {
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    color: #2a333c;
}

.product-search {
    padding: 10px;
}

.product-search .form-group {
    margin-bottom: 0px;
    padding: 10px;
}

.product-nav ul li a.active, .product-nav ul li a:hover {
    color: #305dc3;
}

.input-search {
    /* max-width: 600px;*/
    margin: 0 auto;
    position: relative;
}

.input-search .form-control {
    border-radius: 200px;
}

.input-search .form-control:focus {
    border-color: #305dc3;
}

.input-search-btn {
    position: absolute;
    top: 25%;
    right: 10px;
    height: 100%;
    padding: 0 10px;
    border: none;
    background: none;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
}

.product-list {
    padding: 30px 0;
    background: #f2f2f2;
    overflow: hidden;
}

.pagination .disabled {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    background: #fff;
    color: #ccd5db;
    cursor: default;
}

.pagination .thisclass {
    border-color: #305dc3;
    background: #305dc3;
    color: #fff;
    cursor: default;
    padding: 9px 15px;
}

.pagination a {
    padding: 9px 15px;
    border: 1px solid #e4eaec;

    border-right-color: rgb(228, 234, 236);
    border-right: none;
    background: #fff;
    text-align: center;
    color: #76838f;
    text-decoration: none;
}

@media (max-width: 768px) {
    .pagination .disabled, .pagination .thisclass, .pagination a {
        padding: 5px;
    }
}

.dyxtable .table{
    background-color: #ffffff;
}
.dyxtable>table>img{
    display: none;
}
/*产品内容页*/
.bread {
    background-color: #f2f2f2;
}

.breadcrumb {
    display: inline-block;
    margin-bottom: 0px;
    padding-left: 5px;
}

.breadcrumb a, .fa-home::before {
    color: #305dc3;
}

.product-show {
    background-color: #f2f2f2;
}

.product-show .product-show-head {
    background-color: #ffffff;
    padding: 30px 0;
}

.product-show-head .product-info h1 {

    font-size: 28px;
}

.product-show-head .product-info p {
    border-top: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
    padding: 15px;
    color: #5e7387;
    padding-left: 0;
}

.product-show-body {
    background-color: #f2f2f2;
    padding: 30px 0;
}

.product-show-body .product-content {
    background-color: #ffffff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding: 30px;
}

.product-content .nav-tabs .active {
    border-bottom: 2px solid #305dc3;
}

.product-content .nav-tabs .active > a, .product-content .nav-tabs li:hover, .product-content .nav-tabs li:focus, .product-content .nav-tabs .active:hover {
    color: #305dc3;
}

.product-content .nav-tabs li {
    background-color: none;
}

.product-content .nav-tabs .active > a, .product-content .nav-tabs .active > a:focus, .product-content .nav-tabs .active > a:hover {
    color: #305dc3;
    cursor: pointer;
}

.product-content .nav-tabs > li > a:hover {
    border: none;
}

.product-content .nav-tabs > li > a {
    border: none;
}

.product-content .nav-tabs > li > a:visited {
    border: none;
}

.product-content .tab-pane {
    font-size: 16px;
    font-weight: 300;
    color: #222;
    line-height: 1.8;
    max-width: 100%;
    padding: 30px;
}

.product-content .tab-pane h3 {
    color: #305dc3;
}

.product-content.tab-pane .table th {
    color: #5e7387;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 1.8;
    vertical-align: middle;
}

th {
    text-align: center;
}

.product-show-slide .product-hot {
    padding: 30px;
    margin-left: 30px;
    background-color: #ffffff;
}

.product-show-slide .product-hot h4 {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
    color: #37474f;
}

@media (max-width: 992px) {
    .product-show-slide .product-hot {
        margin-left: 0px;
        margin-top: 20px;
    }

    @media (max-width: 768px) {
        .product-show-head .product-info h1 {
            font-size: 22px;
        }

        .product-content .tab-pane h3 {
            font-size: 20px;
        }

        .product-content .tab-pane {
            padding: 0;
        }
    }

}
@media (max-width:768px){
    .nav > li > a{
        padding: 5px;
    }
}

/*应用案列列表页*/
@media (max-width: 768px) {
    .product-nav ul {
        text-align: center;
    }

}

/*应用案列内容页*/
.case-show {
    background: #F2F2F2;
    padding: 5px 0 30px 0;
}

.case-body {
    background: #ffffff;
    padding: 30px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.case-slide {
    margin-left: 30px;
    background: #ffffff;
    padding: 30px 0;
}

.case-main-header h1 {
    font-size: 32px;
}

.case-main-header p {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f2f5;
    font-size: 16px;
    font-weight: 300;
    color: #a3afb7;
}

.case-main-header p span {
    margin-left: 10px;
}

.case-main-foot {
    margin-top: 30px;

}

.pager-round {
    margin: 0;
    border-top: 1px solid #f0f2f5;
    padding-top: 20px;
}

.case-main-foot ul li {
    display: inline-block;
    -webkit-border-radius:;
    -moz-border-radius:;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
}

.case-main-foot .page-pre {
    float: left;
}

.case-main-foot .page-next {
    float: right;
}

@media (max-width: 768px) {
    .case-main-header h1 {
        font-size: 24px;
    }

    .case-main-foot .page-pre, .case-main-foot .page-next {
        float: none;
    }
}

/*新闻列表*/
.news-nav {
    height: 50px;
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .news-nav {
        height: 100px;
    }

}

.news-nav div {
    line-height: 50px;
}

.news-nav ul {
    margin-bottom: 0;
}

.news-nav ul li {
    display: inline-block;
    white-space: nowrap;
    float: none;
}

.news-nav ul li a, .news-nav .fa-home:before {
    color: #305dc3;
}

.news-nav .news-nav-right ul li a.active, .news-nav .news-nav-right ul li a:hover, .news-nav .news-nav-right ul li a:focus {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    background-color: #305dc3;
    border: 1px solid #305dc3;

}

.news-nav-right {
    float: right;
}

.news-nav-right .nav-tabs li a {
    color: #37474f;
}

.news-nav .news-nav-right .nav-tabs {
    border-bottom: none;
}

.product-list .media {
    padding: 30px 0;
    border-bottom: 1px solid #f0f2f5;
    overflow: hidden;
    display: block;
}

@media (max-width: 768px) {
    .product-list .media {
        padding: 10px 0;
    }
}

.product-list .media-left {
    padding-right: 20px;
}

.media-object {
    width: 160px;
}

.product-list .media-body h4 {
    margin-bottom: 20px;
    font-size: 22px;
}

.product-list .media-body h4 a {
    color: #2a333c;
}

.product-list .media-body p {
    font-size: 16px;
    color: #5e7387;
    margin-bottom: 10px;
    font-weight: 300;
}

.product-list .media-body .info {
    margin-bottom: 0;
    font-size: 16px;
    color: #a3afb7;
}

.product-list .media-body .info i {
    margin-right: 5px;
}

.product-list .media-body h4 a:hover {
    color: #305dc3;
}

.public-slide {
    margin-left: 30px;
    padding: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

@media (max-width: 768px) {
    .public-slide {
        margin-left: 0;
    }

}

.public-slide h3 {
    font-size: 16px;
    color: #37474f;
}

.public-slide .product-hot {
    margin-top: 20px;
    border-top: 1px solid #f0f2f5;
    margin-left: 0;
    min-height: 20px;
    position: relative;
    margin-bottom: 30px;

}

.public-slide .product-hot ul li {
    padding: 0 5px;
}

.public-slide .public-news {
    margin-top: 20px;
    border-top: 1px solid #f0f2f5;
}

.public-slide a {
    color: #5e7387;
}

.public-slide a:hover {
    color: #305dc3;
}

@media (max-width: 768px) {
    .news-nav div {
        text-align: left;
    }

    .news-nav-right {
        line-height: 100px;
    }
}

.news-nav .nav > li > a {
    padding: 5px;
}

.news-nav .nav-tabs {
    text-align: right;
}

@media (max-width: 768px) {
    .news-nav .nav-tabs {
        text-align: center;
    }

    .product-list .media-object {
        width: 100px;
    }

    .product-list .media-body p:nth-child(2) {
        display: none;
    }

    .product-list .media-body h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

}

/*新闻内容页*/
.news-acticle-header h1 {
    font-size: 32px;
}

@media (max-width: 768px) {
    .news-acticle-header h1 {
        font-size: 28px;
    }

}

.news-acticle-header .info {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f2f5;
}

.news-acticle-header .info span {
    color: #a3afb7;
    margin-left: 10px;
}

.news-acticle-body {
    line-height: 1.8;
    font-size: 18px;
    font-weight: 300;
    color: #222;
}

.news-acticle-footer {
    margin-bottom: 30px;
    border-top: 1px solid #f0f2f5;

}

.news-acticle-footer ul {
    padding-top: 30px;
    display: block;
}

.news-acticle-footer ul li {
    display: inline-block;
    border: 1px solid #e4eaec;
    padding: 10px 15px;
}

.news-acticle-footer ul li a {
    display: block;
    background: transparent;
    padding: 10px 15px;
    height: 100%;
    width: 100%;

}

.news-acticle-body img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.news-acticle-body table {
    margin: 0 auto;
}

/*技术支持列表*/
.fa-file-pdf-o {
    font-size: 38px;
    color: #a3afb7;
}

.media-body .btn {
    float: right;
    border: 1px solid #305dc3;
    border-radius: 0;
    display: inline-block;
    padding: 4px 0;
}

.btn a {
    width: 100%;
    height: 100%;
    padding: 6px 10px;
    color: #305dc3;
}

.btn a:hover, .btn a:focus {
    color: #ffffff;
    background-color: #305dc3;
}

/*技术支持内容页*/
.soft {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f2f5;
}

.soft li {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 20px;
    color: #76838f
}

.soft .btn {
    border: 1px solid #305dc3;
    border-radius: 0;
    padding: 4px 0;
}

/*关于我们*/
.case-body ul li p {
    line-height: 1.7;
}

.case-body .title {
    font-size: 24px;

}

.hr {
    border-top: 1px dotted rgb(211, 211, 211);
    margin-top: 20px;
    padding-top: 20px;
}

.hr > h4, .hr > p {
    padding-left: 10px;
}

@media (max-width: 768px) {
    .case-body {
        padding: 10px;
    }
}

.case-body {
    overflow: hidden;
}

/*服务网络*/
.service-network {
    padding: 30px;
    background: #f2f2f2;
}

.service-network-body {
    padding: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba (0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba (0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba (0, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .service-network {
        padding: 10px;
    }

    .service-network-body {
        padding: 5px;
    }

}

/*search 结果页*/
.bg {
    background: #f3f7f9;
    color: #76838f;
}

.search-group {
    margin-top: 20px;
}

.search-group .list-group-item {
    border: 1px solid #e4eaec;
    border-bottom: 1px solid #e4eaec;
}

.search-group li a {
    color: #37474f;
}

.search-group li a:hover {
    color: #1e8bc3;
}

/*百度地图样式修改*/
.BMap_cpyCtrl .BMap_noprint .anchorBL{
    display: none;
}
.anchorBL{
    display: none;
}
/*资质荣誉*/
.height40{
    height: 36px;
}
